{ "version": 4, "terraform_version": "1.7.8", "serial": 115, "lineage": "b75d37c6-8a79-fb81-9836-18124604a105", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-89ee1912020e0b0d9", "ami": "ami-4555b7b9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-286f5e87"], "subnet_id": "subnet-5046c188", "key_name": "prod-deploy-key" } } ] } ] }