{ "version": 4, "terraform_version": "1.7.6", "serial": 487, "lineage": "eb6c61dd-a0f9-2776-46a8-3eb60c835bef", "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-4128eba3da10bcaf2", "ami": "ami-0bc3c74f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ffe84af6"], "subnet_id": "subnet-ae932ca4", "key_name": "prod-deploy-key" } } ] } ] }