{ "version": 4, "terraform_version": "1.7.9", "serial": 292, "lineage": "03931074-d9b0-cebb-e465-c8524b714145", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c1e20a526234f28db", "ami": "ami-f4e849c1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6368f7df"], "subnet_id": "subnet-f8c04065", "key_name": "prod-deploy-key" } } ] } ] }