{ "version": 4, "terraform_version": "1.7.8", "serial": 470, "lineage": "7010eff8-4e99-0953-3bca-88409ba73596", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-3fce0a4a9c299eeaa", "ami": "ami-ff2c77aa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e16574dc"], "subnet_id": "subnet-b89b3d46", "key_name": "prod-deploy-key" } } ] } ] }