{ "version": 4, "terraform_version": "1.8.1", "serial": 335, "lineage": "dcbd3cb1-193a-0731-dd6e-bef6ce77e6d9", "outputs": { "db_endpoint": { "value": "db-0.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-b32130d3b7ce9f4b6", "ami": "ami-a417a5f7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-449df764"], "subnet_id": "subnet-fc376e27", "key_name": "prod-deploy-key" } } ] } ] }