{ "version": 4, "terraform_version": "1.8.3", "serial": 433, "lineage": "25b32a2b-f52a-b7fc-31ee-8b1b89bc5689", "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-b1800739e5dea0591", "ami": "ami-e54654cc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-482afcdf"], "subnet_id": "subnet-e695a5a5", "key_name": "prod-deploy-key" } } ] } ] }