{ "version": 4, "terraform_version": "1.5.5", "serial": 300, "lineage": "319ee6ee-65f9-03e8-d49d-5c12ea36608f", "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-bf47f3fd334436c9e", "ami": "ami-40376ba6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9bed8d5b"], "subnet_id": "subnet-444d189c", "key_name": "prod-deploy-key" } } ] } ] }