{ "version": 4, "terraform_version": "1.6.6", "serial": 110, "lineage": "98eaa625-e4ad-052a-d813-a8f4990fa7c4", "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-4c019db1aecd54772", "ami": "ami-5da08264", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-600f886c"], "subnet_id": "subnet-600ffe7d", "key_name": "prod-deploy-key" } } ] } ] }