{ "version": 4, "terraform_version": "1.5.5", "serial": 174, "lineage": "6d60ebe1-2e5a-2f19-af9d-bbe84facecf9", "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-ca1aab2bc5f3795b2", "ami": "ami-687aee0e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6ef25bf"], "subnet_id": "subnet-f3a97ac5", "key_name": "prod-deploy-key" } } ] } ] }