{ "version": 4, "terraform_version": "1.8.0", "serial": 301, "lineage": "213b7a55-f2a4-66fa-ef26-e4b0e0ce92bc", "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-c679181ceb51d7c92", "ami": "ami-c7e32e39", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-708959a3"], "subnet_id": "subnet-cc7703e0", "key_name": "prod-deploy-key" } } ] } ] }