{ "version": 4, "terraform_version": "1.6.4", "serial": 495, "lineage": "b17ae7de-daed-89a7-6499-5dba66c07d46", "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-91e5786e8e44155fa", "ami": "ami-15b4ff27", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1fc53d01"], "subnet_id": "subnet-7ef11186", "key_name": "prod-deploy-key" } } ] } ] }