{ "version": 4, "terraform_version": "1.6.0", "serial": 251, "lineage": "6f9d6c24-442d-50d3-42fc-beec62f52141", "outputs": { "db_endpoint": { "value": "db-4.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-99fcc1616a56cc773", "ami": "ami-ba85d654", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-177a235d"], "subnet_id": "subnet-4dfb4f8b", "key_name": "prod-deploy-key" } } ] } ] }