{ "version": 4, "terraform_version": "1.6.8", "serial": 264, "lineage": "0c1f92b1-2799-1152-cc9d-97b08643cd6b", "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-acc96e1c2fe6169e1", "ami": "ami-183de8bf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cbe0d0a9"], "subnet_id": "subnet-1a044120", "key_name": "prod-deploy-key" } } ] } ] }