{ "version": 4, "terraform_version": "1.8.8", "serial": 208, "lineage": "a3e07809-d666-f856-ca93-a9669d8499f0", "outputs": { "db_endpoint": { "value": "db-0.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-f3a454f754bfddc9e", "ami": "ami-b61797ae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f1168f3d"], "subnet_id": "subnet-5225e84d", "key_name": "prod-deploy-key" } } ] } ] }