{ "version": 4, "terraform_version": "1.6.2", "serial": 285, "lineage": "386fa4e5-9d5e-ad0a-1b48-cb27591ec3c3", "outputs": { "db_endpoint": { "value": "db-2.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-803eb122fcc73da77", "ami": "ami-a292d75f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-155aa39c"], "subnet_id": "subnet-0bef6776", "key_name": "prod-deploy-key" } } ] } ] }