{ "version": 4, "terraform_version": "1.6.0", "serial": 369, "lineage": "a0a28ab9-bc15-ce06-ba5c-cc6e63fc01c4", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0e4544a863633b226", "ami": "ami-d0abbd9d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-579831f3"], "subnet_id": "subnet-c50bb2fb", "key_name": "prod-deploy-key" } } ] } ] }