{ "version": 4, "terraform_version": "1.7.1", "serial": 155, "lineage": "1613ad07-9c49-d2ed-507e-d0e294109108", "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-3ac41eb751b0e08ce", "ami": "ami-ddc2682b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85b50ba3"], "subnet_id": "subnet-6b3bed59", "key_name": "prod-deploy-key" } } ] } ] }