{ "version": 4, "terraform_version": "1.6.6", "serial": 304, "lineage": "bc9b7ea7-2934-999d-b6e8-a324842e96a8", "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-67811f4c96d6ff18c", "ami": "ami-b1c61a85", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b85fdd30"], "subnet_id": "subnet-d69678be", "key_name": "prod-deploy-key" } } ] } ] }