{ "version": 4, "terraform_version": "1.6.6", "serial": 203, "lineage": "74e7caf0-f3c2-047e-2ed1-89a73b2d2d42", "outputs": { "db_endpoint": { "value": "db-2.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-b2d2043dafabbd7de", "ami": "ami-e8a126d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-12f75d53"], "subnet_id": "subnet-3bb0262e", "key_name": "prod-deploy-key" } } ] } ] }