{ "version": 4, "terraform_version": "1.5.6", "serial": 305, "lineage": "4b017eeb-3686-8494-fade-9459e85d6aae", "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-ff77370ca1731d288", "ami": "ami-8e1da149", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fcf95e26"], "subnet_id": "subnet-328d50eb", "key_name": "prod-deploy-key" } } ] } ] }