{ "version": 4, "terraform_version": "1.5.1", "serial": 155, "lineage": "ee26e5b2-e947-5d7b-a99d-ab3ae8e80336", "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-67833e1c80d03e88a", "ami": "ami-eb6ab5c3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-631c9b86"], "subnet_id": "subnet-6a9dbb91", "key_name": "prod-deploy-key" } } ] } ] }