{ "version": 4, "terraform_version": "1.8.1", "serial": 508, "lineage": "883a2ad9-397a-b2ef-8388-96fd95df3810", "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-bd134b92ce0daaf08", "ami": "ami-a9e17457", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf9fbfc9"], "subnet_id": "subnet-d8fd776d", "key_name": "prod-deploy-key" } } ] } ] }