{ "version": 4, "terraform_version": "1.5.0", "serial": 294, "lineage": "1fc80623-fd6b-e4fd-90d3-3a2187243990", "outputs": { "db_endpoint": { "value": "db-0.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-a8ea50272c29fc772", "ami": "ami-1cdcf6e7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-034fe110"], "subnet_id": "subnet-79e01964", "key_name": "prod-deploy-key" } } ] } ] }