{ "version": 4, "terraform_version": "1.6.7", "serial": 381, "lineage": "704cd6e0-a643-214a-180f-3ba2c3ca6bb1", "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-ddaaf10a57409c27f", "ami": "ami-6379c815", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cfa1ad0"], "subnet_id": "subnet-d5cd2fe9", "key_name": "prod-deploy-key" } } ] } ] }