{ "version": 4, "terraform_version": "1.6.9", "serial": 551, "lineage": "14dc229b-969f-8ee4-d970-d6e28018321c", "outputs": { "db_endpoint": { "value": "db-1.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-c917b2f3d5da234dd", "ami": "ami-d4e07b20", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-af6ebb94"], "subnet_id": "subnet-dd1ae128", "key_name": "prod-deploy-key" } } ] } ] }