{ "version": 4, "terraform_version": "1.6.2", "serial": 123, "lineage": "b4fd29b6-0460-a61d-41a7-b7b948a8537b", "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-4ebf05e2838b1a83d", "ami": "ami-5b9667b7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-efa227cf"], "subnet_id": "subnet-d8065258", "key_name": "prod-deploy-key" } } ] } ] }