{ "version": 4, "terraform_version": "1.7.9", "serial": 531, "lineage": "f8b2a899-9ac8-607d-73cd-d732b837ab14", "outputs": { "db_endpoint": { "value": "db-4.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-63ce8cb5f18eb3be8", "ami": "ami-855088f4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2a8c1364"], "subnet_id": "subnet-30ffff24", "key_name": "prod-deploy-key" } } ] } ] }