{ "version": 4, "terraform_version": "1.7.7", "serial": 186, "lineage": "2e98b77f-78c0-5e1e-6bd2-f6c43cc1457a", "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-76d203a3b1ee58e09", "ami": "ami-46e55e1b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-13e3ca4e"], "subnet_id": "subnet-22a85f27", "key_name": "prod-deploy-key" } } ] } ] }