{ "version": 4, "terraform_version": "1.6.1", "serial": 245, "lineage": "bd00d6fc-f1fb-72d5-8bb0-c0a461f33f8c", "outputs": { "db_endpoint": { "value": "db-2.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-41c02646f8d8b21fc", "ami": "ami-1dc948fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bf368716"], "subnet_id": "subnet-6b7f315b", "key_name": "prod-deploy-key" } } ] } ] }