{ "version": 4, "terraform_version": "1.7.7", "serial": 522, "lineage": "f921caf0-d3f8-d29f-2cb2-4c3fff1c210b", "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-570debbfa95dd5481", "ami": "ami-55d5734c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-118e3c20"], "subnet_id": "subnet-74b6a85b", "key_name": "prod-deploy-key" } } ] } ] }