{ "version": 4, "terraform_version": "1.6.4", "serial": 265, "lineage": "c875761a-4331-40d2-af10-f0d1c70044d1", "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-40ee624aa4aaaa9ad", "ami": "ami-e4180b7d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-529bed73"], "subnet_id": "subnet-7d185897", "key_name": "prod-deploy-key" } } ] } ] }