{ "version": 4, "terraform_version": "1.5.6", "serial": 526, "lineage": "6a6a78cd-067a-470c-1f41-fabce5539d2b", "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-b7b604c8773cefa58", "ami": "ami-837c18d4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c9862dfc"], "subnet_id": "subnet-babbe9c1", "key_name": "prod-deploy-key" } } ] } ] }