{ "version": 4, "terraform_version": "1.7.5", "serial": 330, "lineage": "d1ad818a-f5ec-7563-ee18-054ae39b9209", "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-e80e1630dbf9f6fa1", "ami": "ami-3e7529a3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e4a70008"], "subnet_id": "subnet-6327c986", "key_name": "prod-deploy-key" } } ] } ] }