{ "version": 4, "terraform_version": "1.6.8", "serial": 533, "lineage": "bcae7814-ab9c-d4f9-fc01-1201a32c946d", "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-ab41ac8eb7993e600", "ami": "ami-e54667da", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c5a02a8c"], "subnet_id": "subnet-168bee2a", "key_name": "prod-deploy-key" } } ] } ] }