{ "version": 4, "terraform_version": "1.5.0", "serial": 321, "lineage": "0c1f782c-4c1f-67d9-dab4-1fc73488aeb1", "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-64be5a1f5b2858057", "ami": "ami-f68cce9d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4f7ccbb3"], "subnet_id": "subnet-59fe3147", "key_name": "prod-deploy-key" } } ] } ] }