{ "version": 4, "terraform_version": "1.8.6", "serial": 286, "lineage": "8dda617f-6331-d281-c71a-59c45762cc27", "outputs": { "db_endpoint": { "value": "db-1.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-b5d30c406c484d6dc", "ami": "ami-ef588c2d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a5f89cc6"], "subnet_id": "subnet-9a5db5f8", "key_name": "prod-deploy-key" } } ] } ] }