{ "version": 4, "terraform_version": "1.5.6", "serial": 139, "lineage": "391bfb7e-9fdc-d69c-7648-fd7365a660fe", "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-7482bff94c4a9893a", "ami": "ami-6a1e1cfc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-08607791"], "subnet_id": "subnet-6d2bb26e", "key_name": "prod-deploy-key" } } ] } ] }