{ "version": 4, "terraform_version": "1.6.7", "serial": 190, "lineage": "fce9adc6-9d1b-d9ca-9d7c-ca435e7436d0", "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-6f16b904c658743dc", "ami": "ami-68702fba", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-91119073"], "subnet_id": "subnet-e0785147", "key_name": "prod-deploy-key" } } ] } ] }