{ "version": 4, "terraform_version": "1.7.3", "serial": 302, "lineage": "08e5414b-e9ea-3c97-54bd-dc489ce0045b", "outputs": { "db_endpoint": { "value": "db-0.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-dedb53792b409fbc2", "ami": "ami-fba14711", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ea823759"], "subnet_id": "subnet-d7bf31ef", "key_name": "prod-deploy-key" } } ] } ] }