{ "version": 4, "terraform_version": "1.5.6", "serial": 416, "lineage": "8011f8fe-682f-a725-5df6-141f242a6408", "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-34d76db3b6c4553fc", "ami": "ami-3e95652e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-04eaa778"], "subnet_id": "subnet-405ed1d2", "key_name": "prod-deploy-key" } } ] } ] }