{ "version": 4, "terraform_version": "1.5.7", "serial": 536, "lineage": "c1e6a015-dc2a-4da7-21a6-ba2c5a46d46d", "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-d20d14a35d5b47eb9", "ami": "ami-83533cf1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-60c32ad0"], "subnet_id": "subnet-dfe934c0", "key_name": "prod-deploy-key" } } ] } ] }