{ "version": 4, "terraform_version": "1.6.6", "serial": 200, "lineage": "99a9774c-b278-e2cd-da18-450a5f94dc63", "outputs": { "db_endpoint": { "value": "db-3.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-22327b55ad26a3de4", "ami": "ami-6726e0f6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-92a00183"], "subnet_id": "subnet-e59f91d2", "key_name": "prod-deploy-key" } } ] } ] }