{ "version": 4, "terraform_version": "1.7.5", "serial": 152, "lineage": "d83575eb-c394-cfc4-6a58-d9fed23fa10f", "outputs": { "db_endpoint": { "value": "db-2.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-11e61e0b52230e80b", "ami": "ami-6c3eae5c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6dc6b263"], "subnet_id": "subnet-544652d7", "key_name": "prod-deploy-key" } } ] } ] }