{ "version": 4, "terraform_version": "1.6.1", "serial": 220, "lineage": "bd58102f-8ee2-5cf8-5a25-2163a88f9d29", "outputs": { "db_endpoint": { "value": "db-1.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-4a7cc33130da8ebb0", "ami": "ami-dcb26a11", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2bb76535"], "subnet_id": "subnet-17b7c995", "key_name": "prod-deploy-key" } } ] } ] }