{ "version": 4, "terraform_version": "1.7.5", "serial": 470, "lineage": "e5aacdce-a38e-a6fb-b750-91c16951dc96", "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-c68e05d4e8f121c9c", "ami": "ami-75007826", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-87075f33"], "subnet_id": "subnet-2d06fc42", "key_name": "prod-deploy-key" } } ] } ] }