{ "version": 4, "terraform_version": "1.8.4", "serial": 449, "lineage": "9e0cdd9a-bcc1-348b-033e-972826af881e", "outputs": { "db_endpoint": { "value": "db-4.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-6cebf313bcb95792d", "ami": "ami-ed2b226f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b3850f6e"], "subnet_id": "subnet-8c3b3635", "key_name": "prod-deploy-key" } } ] } ] }