{ "version": 4, "terraform_version": "1.5.1", "serial": 480, "lineage": "c5a1ef66-e512-0b2b-d6e4-f67af5c78245", "outputs": { "db_endpoint": { "value": "db-4.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-96aa8db40091ca8fa", "ami": "ami-b05cb3c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55472175"], "subnet_id": "subnet-637da430", "key_name": "prod-deploy-key" } } ] } ] }