{ "version": 4, "terraform_version": "1.6.9", "serial": 369, "lineage": "8a94b841-a627-c4f6-7ad7-6a7d1f8976ca", "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-06fc084e32cf0ebe3", "ami": "ami-bf332c6b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d994d6e6"], "subnet_id": "subnet-c10a6ecb", "key_name": "prod-deploy-key" } } ] } ] }