{ "version": 4, "terraform_version": "1.6.2", "serial": 536, "lineage": "8c34bb79-ed17-f373-6caf-097d3d0b5ee6", "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-55bc0506ee491f5c9", "ami": "ami-44da47ea", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e4712cca"], "subnet_id": "subnet-369931f0", "key_name": "prod-deploy-key" } } ] } ] }