{ "version": 4, "terraform_version": "1.7.5", "serial": 422, "lineage": "821f462b-e13a-3005-8fa1-4be476b784bb", "outputs": { "db_endpoint": { "value": "db-2.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-f4811dc381c90e606", "ami": "ami-365b2897", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e0b7a2ae"], "subnet_id": "subnet-f2c52d6b", "key_name": "prod-deploy-key" } } ] } ] }