{ "version": 4, "terraform_version": "1.7.1", "serial": 269, "lineage": "176c513e-2a10-cbc2-40d2-fd3868a6d7a3", "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-d392c34374e9d1cf5", "ami": "ami-0436c952", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e15372a7"], "subnet_id": "subnet-bb0d9e30", "key_name": "prod-deploy-key" } } ] } ] }