{ "version": 4, "terraform_version": "1.6.9", "serial": 553, "lineage": "0b0f6d20-61ba-8e36-6742-66549e0452f6", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-638f080df4df6f7a2", "ami": "ami-607bf30d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fb5a1fd1"], "subnet_id": "subnet-5080ef4b", "key_name": "prod-deploy-key" } } ] } ] }