{ "version": 4, "terraform_version": "1.6.0", "serial": 424, "lineage": "278d1206-1279-463b-3c06-4fd78f814676", "outputs": { "db_endpoint": { "value": "db-3.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-4c81f011bd87c1a2d", "ami": "ami-80e92f39", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11d04868"], "subnet_id": "subnet-76d4bc38", "key_name": "prod-deploy-key" } } ] } ] }