{ "version": 4, "terraform_version": "1.6.5", "serial": 435, "lineage": "71b8aec4-cdf4-61a4-162a-a40c0781c912", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-54e636032863f503f", "ami": "ami-206c0888", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c38f415b"], "subnet_id": "subnet-97486248", "key_name": "prod-deploy-key" } } ] } ] }