{ "version": 4, "terraform_version": "1.5.2", "serial": 451, "lineage": "ae712238-48c6-8e74-4467-815d286129d7", "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-1a983e050a013a131", "ami": "ami-bb33eb3e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9d85d60f"], "subnet_id": "subnet-5e0388d6", "key_name": "prod-deploy-key" } } ] } ] }