{ "version": 4, "terraform_version": "1.8.7", "serial": 135, "lineage": "d1fd8bd0-3ffb-6ebb-961a-5ddcd25467eb", "outputs": { "db_endpoint": { "value": "db-1.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-834f9b573bee14b95", "ami": "ami-ceafd2c9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0207cf7a"], "subnet_id": "subnet-a05c7eae", "key_name": "prod-deploy-key" } } ] } ] }