{ "version": 4, "terraform_version": "1.5.3", "serial": 319, "lineage": "0e45c919-9691-99a8-62db-35a3d85f9618", "outputs": { "db_endpoint": { "value": "db-0.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-1467850cc93bf22b9", "ami": "ami-0cf6823d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c0f72985"], "subnet_id": "subnet-43f407f4", "key_name": "prod-deploy-key" } } ] } ] }