{ "version": 4, "terraform_version": "1.7.8", "serial": 354, "lineage": "2e988b52-4d42-d98a-428c-51fd0c344ca9", "outputs": { "db_endpoint": { "value": "db-0.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-164ee856da91dbcfc", "ami": "ami-6e9c566b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce0c32ff"], "subnet_id": "subnet-3a1ef3ff", "key_name": "prod-deploy-key" } } ] } ] }