{ "version": 4, "terraform_version": "1.6.6", "serial": 176, "lineage": "a00634a7-e7f2-f146-f0f6-dba5b8c3c481", "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-0bec067395ea88f59", "ami": "ami-64e77362", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6a586adf"], "subnet_id": "subnet-274bdc0f", "key_name": "prod-deploy-key" } } ] } ] }