{ "version": 4, "terraform_version": "1.6.4", "serial": 528, "lineage": "fe1d1239-f2c3-ba1a-a955-d7d9d2f61a12", "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-bff7f1b3209a8294f", "ami": "ami-939f51b2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-909a7fb7"], "subnet_id": "subnet-7095b7db", "key_name": "prod-deploy-key" } } ] } ] }