{ "version": 4, "terraform_version": "1.5.7", "serial": 326, "lineage": "b4e2d196-a894-0404-b25c-b2f0855169f5", "outputs": { "db_endpoint": { "value": "db-2.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-c39a5c12b407e8d07", "ami": "ami-a2584dc1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bb20efae"], "subnet_id": "subnet-3c388881", "key_name": "prod-deploy-key" } } ] } ] }